home *** CD-ROM | disk | FTP | other *** search
/ The Scorpion King Cardz / The Scorpion King Cardz - Disc 3 - Balthazar.iso / pc / assets / scorp_game.dxr / 00012_parent_oGameInstructions.ls < prev    next >
Encoding:
Text File  |  2002-03-18  |  428 b   |  15 lines

  1. property pMyListPosition, pWidth, pHeight, pMyRect, pMyState, pMyPoint, pMyImage, pBlendLevel
  2. global oOrbitCenter, oOrbitNodes, gMenuNum, gScreenNum
  3.  
  4. on new me, listPosition
  5.   pMyListPosition = listPosition
  6.   pMyImage = member("game_instructions").image.duplicate()
  7.   pWidth = pMyImage.width
  8.   pHeight = pMyImage.height
  9.   pMyRect = pMyImage.rect
  10.   pMyPoint = point(48, 60)
  11.   pMyState = #idle
  12.   pBlendLevel = 100
  13.   return me
  14. end
  15.